Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4367 | GEN003460 | SV-34997r1_rule | ECLP-1 | Medium |
Description |
---|
If the owner of the at.allow file is not set to root, sys, or bin, unauthorized users could be allowed to view or edit sensitive information contained within the file. |
STIG | Date |
---|---|
HP-UX 11.23 Security Technical Implementation Guide | 2015-12-02 |
Check Text ( C-34872r1_chk ) |
---|
# ls -lL /var/adm/cron/at.allow If the at.allow file is not owned by root, sys or bin, this is a finding. |
Fix Text (F-30202r1_fix) |
---|
Change the owner of the at.allow file. # chown root /var/adm/cron/at.allow |